const crypto/tls.alertCloseNotify
8 uses
crypto/tls (current package)
alert.go#L28: alertCloseNotify alert = 0
alert.go#L64: alertCloseNotify: "close notify",
conn.go#L719: if alert(data[1]) == alertCloseNotify {
conn.go#L838: case alertNoRenegotiation, alertCloseNotify:
conn.go#L846: if err == alertCloseNotify {
conn.go#L1454: c.closeNotifyErr = c.sendAlertLocked(alertCloseNotify)
quic.go#L408: return c.sendAlertLocked(alertCloseNotify)
quic.go#L418: return c.sendAlertLocked(alertCloseNotify)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |